CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - naive bayes

搜索资源列表

  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7196
    • 提供者:zhangrui
  1. naiveBayesClassify

    0下载:
  2. 机器学习算法,朴素贝叶斯分类器,常用作文本分类,或者用在本体匹配算法中用作相似度的计算-Machine learning algorithm, naive bayes classifier, commonly used ZuoWenBen classification, or use in ontology matching algorithm used in the calculation of similarity degree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7031
    • 提供者:兰明明
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. NaiveBayesClassifier

    0下载:
  2. 利用Java实现的贝叶斯分类器,目的是进行文本分类-Bayesian to web classify
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1933370
    • 提供者:YuPenghua
  1. simpleNaiveBayes

    0下载:
  2. my source code about naive bayes program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:196677
    • 提供者:allin
  1. Machine-Learning-Java

    0下载:
  2. 机器学习算法利用JAVA语言实现,包括朴素贝叶斯算法,ID3算法等各种机器学习算法-Machine learning algorithms using JAVA language, including the Naive Bayes algorithm, ID3 algorithm and other machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:451559
    • 提供者:Liuyongkang
  1. TextCat

    0下载:
  2. 用朴素贝叶斯算法来进行文件分类,未包含训练数据.-Naive Bayes algorithm is used to carry out classification of documents, not included in training data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:281088
    • 提供者:johnson
  1. NaviveBayesClassify

    0下载:
  2. java代码的朴素贝叶斯分类器 java代码的朴素贝叶斯分类器 调试通过-java code java code Naive Bayes classifier Naive Bayesian classifier Naive Bayesian classification of java code through debugging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5939
    • 提供者:陈蓉
  1. SpamFiltering

    1下载:
  2. 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下.-The program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures in use, hoping to improve what we explore.
  3. 所属分类:Kill Virus

    • 发布日期:2014-09-11
    • 文件大小:119414
    • 提供者:李贺
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. NB

    0下载:
  2. :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute independence assumption that the rea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:149249
    • 提供者:李浩
  1. difference.tar

    0下载:
  2. This a text file include differences bayesian clasification and naive bayes.-This is a text file include differences bayesian clasification and naive bayes.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:dogukan
  1. attachments_16_09_2009

    0下载:
  2. naive bayes coding download
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:480995
    • 提供者:deepan.s
  1. Sentiment-Symposium-Tutorial--Classifiers

    0下载:
  2. source code in Java for naive bayes cobalah ayolah
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-23
    • 文件大小:15010
    • 提供者:etnadia
  1. shujuwajue

    0下载:
  2. 数据挖掘作业二,里有可执行性程序,里面用到了朴素贝叶斯算法,降维-Data mining operations 2, there are enforceable procedures, Naive Bayes algorithm, dimension reduction
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:357519
    • 提供者:linwanxia
  1. MailFilter

    0下载:
  2. JAVA写的垃圾邮件过滤器,基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-JAVA to write spam filters, based on the Naive Bayes algorithm, using NetBean generated interface (to be JDK1.6), applies to SMS, E-mail e-mail, diary and some oth
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:971880
    • 提供者:370
  1. fd

    0下载:
  2. matlab下一些朴素贝叶斯模型,包括LDA与HDP-Some Naive Bayes models, including the LDA and HDP
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:49353
    • 提供者:david
  1. Games

    0下载:
  2. Naive Bayes Classifier..hopeful for beginner-Naive Bayes Classifier .. hopeful for beginner ....
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1439294
    • 提供者:Junfei
  1. naiveBayesSim

    0下载:
  2. Simulator of movement identification from accelerometer data based on Naive Bayes. Classification and online training mode. Data files provided.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:48592896
    • 提供者:sehmetia
  1. bayes

    1下载:
  2. 基于朴素贝叶斯分类器的汽车评定系统,用VC++实现-Naive Bayesian classifier based on vehicle evaluation system, using VC++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1191109
    • 提供者:xielin
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com